Html Css Color HEX #F1D6DE Cherub

📋 copy color: '#F1D6DE'

red 241 ◦ green 214 ◦ blue 222

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

Shades of Cherub #F1D6DE

Tints of Cherub #F1D6DE

RGB

 RED value IS 241 (94.53% from 255) = 35.6%

 GREEN value IS 214 (83.98% from 255) = 31.61%

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

R = 35.6%
G = 31.61%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1D6DE (or 0xF1D6DE) is known color: Cherub. HEX triplet: F1, D6 and DE. RGB value is (241,214,222). Sum of RGB (Red+Green+Blue) = 241+214+222=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6DE is #0E2921. Grayscale: #DEDEDE. Windows color (decimal): -928034 or 14604017. OLE color: 14604017.

HSL color Cylindrical-coordinate representation of color #F1D6DE: hue angle of 342.22º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D6DE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 214 222 -
CMYK 0 0.11 0.08 0.05
HSL 342.22º 0.49% 0.89% -
HSV(B) 342.22º 0.11% 0.95% -
XYZ 73.51 72.07 79.14 -
YUV 222.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 241 214 222 0 0.11 0.08 0.05 342.22 0.49 0.89
Hex F1 D6 DE 0 B 8 5 156 31 59
Octal 361 326 336 0 13 10 5 526 61 131
Binary 11110001 11010110 11011110 0 1011 1000 101 101010110 110001 1011001

Color Harmonies of #F1D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6DE

Black with #F1D6DE

Text Example


Text Example

White with #F1D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6DE; }

 p { color: rgb(241,214,222); }

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

background-color css

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

 a { background-color: rgb(241,214,222); }

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

border-color css

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

 span { border-color: rgb(241,214,222); }

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