Html Css Color HEX #F1D8DD Cherub

📋 copy color: '#F1D8DD'

red 241 ◦ green 216 ◦ blue 221

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

Shades of Cherub #F1D8DD

Tints of Cherub #F1D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.86%

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

R = 35.55%
G = 31.86%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1D8DD (or 0xF1D8DD) is known color: Cherub. HEX triplet: F1, D8 and DD. RGB value is (241,216,221). Sum of RGB (Red+Green+Blue) = 241+216+221=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8DD is #0E2722. Grayscale: #E0E0E0. Windows color (decimal): -927523 or 14538993. OLE color: 14538993.

HSL color Cylindrical-coordinate representation of color #F1D8DD: hue angle of 348º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8DD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 221 -
CMYK 0 0.10 0.08 0.05
HSL 348º 0.47% 0.9% -
HSV(B) 348º 0.1% 0.95% -
XYZ 73.88 73.03 78.61 -
YUV 224.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 241 216 221 0 0.10 0.08 0.05 348 0.47 0.9
Hex F1 D8 DD 0 A 8 5 15C 2F 5A
Octal 361 330 335 0 12 10 5 534 57 132
Binary 11110001 11011000 11011101 0 1010 1000 101 101011100 101111 1011010

Color Harmonies of #F1D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8DD

Black with #F1D8DD

Text Example


Text Example

White with #F1D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8DD; }

 p { color: rgb(241,216,221); }

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

background-color css

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

 a { background-color: rgb(241,216,221); }

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

border-color css

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

 span { border-color: rgb(241,216,221); }

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