Html Css Color HEX #F6D4DD Cherub

📋 copy color: '#F6D4DD'

red 246 ◦ green 212 ◦ blue 221

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

Shades of Cherub #F6D4DD

Tints of Cherub #F6D4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.55%

R = 36.23%
G = 31.22%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6D4DD (or 0xF6D4DD) is known color: Cherub. HEX triplet: F6, D4 and DD. RGB value is (246,212,221). Sum of RGB (Red+Green+Blue) = 246+212+221=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4DD is #092B22. Grayscale: #DFDFDF. Windows color (decimal): -600867 or 14537974. OLE color: 14537974.

HSL color Cylindrical-coordinate representation of color #F6D4DD: hue angle of 344.12º 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 #F6D4DD is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 212 221 -
CMYK 0 0.14 0.10 0.04
HSL 344.12º 0.65% 0.9% -
HSV(B) 344.12º 0.14% 0.96% -
XYZ 74.6 71.9 78.35 -
YUV 223.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 246 212 221 0 0.14 0.10 0.04 344.12 0.65 0.9
Hex F6 D4 DD 0 E A 4 158 41 5A
Octal 366 324 335 0 16 12 4 530 101 132
Binary 11110110 11010100 11011101 0 1110 1010 100 101011000 1000001 1011010

Color Harmonies of #F6D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D4DD

Black with #F6D4DD

Text Example


Text Example

White with #F6D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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