Html Css Color HEX #F1D7DD Cherub

📋 copy color: '#F1D7DD'

red 241 ◦ green 215 ◦ blue 221

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

Shades of Cherub #F1D7DD

Tints of Cherub #F1D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.76%

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

R = 35.6%
G = 31.76%
B = 32.64%

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

#F1D7DD (or 0xF1D7DD) is known color: Cherub. HEX triplet: F1, D7 and DD. RGB value is (241,215,221). Sum of RGB (Red+Green+Blue) = 241+215+221=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DD is #0E2822. Grayscale: #DFDFDF. Windows color (decimal): -927779 or 14538737. OLE color: 14538737.

HSL color Cylindrical-coordinate representation of color #F1D7DD: hue angle of 346.15º degrees, saturation: 0.48, 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 #F1D7DD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 221 -
CMYK 0 0.11 0.08 0.05
HSL 346.15º 0.48% 0.89% -
HSV(B) 346.15º 0.11% 0.95% -
XYZ 73.63 72.52 78.52 -
YUV 223.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 241 215 221 0 0.11 0.08 0.05 346.15 0.48 0.89
Hex F1 D7 DD 0 B 8 5 15A 30 59
Octal 361 327 335 0 13 10 5 532 60 131
Binary 11110001 11010111 11011101 0 1011 1000 101 101011010 110000 1011001

Color Harmonies of #F1D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7DD

Black with #F1D7DD

Text Example


Text Example

White with #F1D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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