Html Css Color HEX #F6D2D8 Cherub

📋 copy color: '#F6D2D8'

red 246 ◦ green 210 ◦ blue 216

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

Shades of Cherub #F6D2D8

Tints of Cherub #F6D2D8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.25%

 BLUE value IS 216 (84.77% from 255) = 32.14%

R = 36.61%
G = 31.25%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6D2D8 (or 0xF6D2D8) is known color: Cherub. HEX triplet: F6, D2 and D8. RGB value is (246,210,216). Sum of RGB (Red+Green+Blue) = 246+210+216=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2D8 is #092D27. Grayscale: #DDDDDD. Windows color (decimal): -601384 or 14209782. OLE color: 14209782.

HSL color Cylindrical-coordinate representation of color #F6D2D8: hue angle of 350º degrees, saturation: 0.67, 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 #F6D2D8 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 210 216 -
CMYK 0 0.15 0.12 0.04
HSL 350º 0.67% 0.89% -
HSV(B) 350º 0.15% 0.96% -
XYZ 73.45 70.64 74.73 -
YUV 221.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 246 210 216 0 0.15 0.12 0.04 350 0.67 0.89
Hex F6 D2 D8 0 F C 4 15E 43 59
Octal 366 322 330 0 17 14 4 536 103 131
Binary 11110110 11010010 11011000 0 1111 1100 100 101011110 1000011 1011001

Color Harmonies of #F6D2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2D8

Black with #F6D2D8

Text Example


Text Example

White with #F6D2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2D8; }

 p { color: rgb(246,210,216); }

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

background-color css

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

 a { background-color: rgb(246,210,216); }

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

border-color css

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

 span { border-color: rgb(246,210,216); }

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