Html Css Color HEX #F6D4D9 Cherub

📋 copy color: '#F6D4D9'

red 246 ◦ green 212 ◦ blue 217

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

Shades of Cherub #F6D4D9

Tints of Cherub #F6D4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.41%

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

R = 36.44%
G = 31.41%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6D4D9 (or 0xF6D4D9) is known color: Cherub. HEX triplet: F6, D4 and D9. RGB value is (246,212,217). Sum of RGB (Red+Green+Blue) = 246+212+217=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4D9 is #092B26. Grayscale: #DEDEDE. Windows color (decimal): -600871 or 14275830. OLE color: 14275830.

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

Color convert

RGB 246 212 217 -
CMYK 0 0.14 0.12 0.04
HSL 351.18º 0.65% 0.9% -
HSV(B) 351.18º 0.14% 0.96% -
XYZ 74.07 71.69 75.58 -
YUV 222.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 246 212 217 0 0.14 0.12 0.04 351.18 0.65 0.9
Hex F6 D4 D9 0 E C 4 15F 41 5A
Octal 366 324 331 0 16 14 4 537 101 132
Binary 11110110 11010100 11011001 0 1110 1100 100 101011111 1000001 1011010

Color Harmonies of #F6D4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4D9

Black with #F6D4D9

Text Example


Text Example

White with #F6D4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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