Html Css Color HEX #F6D5D9 Cherub

📋 copy color: '#F6D5D9'

red 246 ◦ green 213 ◦ blue 217

#F6D5D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherub #F6D5D9

Tints of Cherub #F6D5D9

RGB

 RED value IS 246 (96.48% from 255) = 36.39%

 GREEN value IS 213 (83.59% from 255) = 31.51%

 BLUE value IS 217 (85.16% from 255) = 32.1%

R = 36.39%
G = 31.51%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F6D5D9 (or 0xF6D5D9) is known color: Cherub. HEX triplet: F6, D5 and D9. RGB value is (246,213,217). Sum of RGB (Red+Green+Blue) = 246+213+217=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5D9 is #092A26. Grayscale: #DFDFDF. Windows color (decimal): -600615 or 14276086. OLE color: 14276086.

HSL color Cylindrical-coordinate representation of color #F6D5D9: hue angle of 352.73º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D5D9 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 213 217 -
CMYK 0 0.13 0.12 0.04
HSL 352.73º 0.65% 0.9% -
HSV(B) 352.73º 0.13% 0.96% -
XYZ 74.32 72.19 75.66 -
YUV 223.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 246 213 217 0 0.13 0.12 0.04 352.73 0.65 0.9
Hex F6 D5 D9 0 D C 4 161 41 5A
Octal 366 325 331 0 15 14 4 541 101 132
Binary 11110110 11010101 11011001 0 1101 1100 100 101100001 1000001 1011010

Color Harmonies of #F6D5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5D9

Black with #F6D5D9

Text Example


Text Example

White with #F6D5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5D9; }

 p { color: rgb(246,213,217); }

 H1.HeaderClassName
 {
   color: #F6D5D9;
 }
 .AnyTagClassName
 {
   color: #F6D5D9;
 }
</style>

background-color css

<style>
 a { background-color: #F6D5D9; }

 a { background-color: rgb(246,213,217); }

 div.DivClassName
 {
   background-color: #F6D5D9;
 }
 .BgClassName
 {
   background-color: #F6D5D9;
 }
</style>

border-color css

<style>
 span { border-color: #F6D5D9; }

 span { border-color: rgb(246,213,217); }

 td.TdClassName
 {
   border-color: #F6D5D9;
 }
 .TagClassName
 {
   border-color: #F6D5D9;
 }
</style>