Html Css Color HEX #F6D5DE Cherub

📋 copy color: '#F6D5DE'

red 246 ◦ green 213 ◦ blue 222

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

Shades of Cherub #F6D5DE

Tints of Cherub #F6D5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.6%

R = 36.12%
G = 31.28%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6D5DE (or 0xF6D5DE) is known color: Cherub. HEX triplet: F6, D5 and DE. RGB value is (246,213,222). Sum of RGB (Red+Green+Blue) = 246+213+222=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5DE is #092A21. Grayscale: #DFDFDF. Windows color (decimal): -600610 or 14603766. OLE color: 14603766.

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

Color convert

RGB 246 213 222 -
CMYK 0 0.13 0.10 0.04
HSL 343.64º 0.65% 0.9% -
HSV(B) 343.64º 0.13% 0.96% -
XYZ 74.99 72.46 79.14 -
YUV 223.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 246 213 222 0 0.13 0.10 0.04 343.64 0.65 0.9
Hex F6 D5 DE 0 D A 4 158 41 5A
Octal 366 325 336 0 15 12 4 530 101 132
Binary 11110110 11010101 11011110 0 1101 1010 100 101011000 1000001 1011010

Color Harmonies of #F6D5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5DE

Black with #F6D5DE

Text Example


Text Example

White with #F6D5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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