Html Css Color HEX #F6D0D4 Cherub

📋 copy color: '#F6D0D4'

red 246 ◦ green 208 ◦ blue 212

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

Shades of Cherub #F6D0D4

Tints of Cherub #F6D0D4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

 BLUE value IS 212 (83.2% from 255) = 31.83%

R = 36.94%
G = 31.23%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F6D0D4 (or 0xF6D0D4) is known color: Cherub. HEX triplet: F6, D0 and D4. RGB value is (246,208,212). Sum of RGB (Red+Green+Blue) = 246+208+212=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0D4 is #092F2B. Grayscale: #DBDBDB. Windows color (decimal): -601900 or 13947126. OLE color: 13947126.

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

Color convert

RGB 246 208 212 -
CMYK 0 0.15 0.14 0.04
HSL 353.68º 0.68% 0.89% -
HSV(B) 353.68º 0.15% 0.96% -
XYZ 72.45 69.46 71.88 -
YUV 219.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 246 208 212 0 0.15 0.14 0.04 353.68 0.68 0.89
Hex F6 D0 D4 0 F E 4 162 44 59
Octal 366 320 324 0 17 16 4 542 104 131
Binary 11110110 11010000 11010100 0 1111 1110 100 101100010 1000100 1011001

Color Harmonies of #F6D0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0D4

Black with #F6D0D4

Text Example


Text Example

White with #F6D0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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