Html Css Color HEX #F1DCDE Cherub

📋 copy color: '#F1DCDE'

red 241 ◦ green 220 ◦ blue 222

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

Shades of Cherub #F1DCDE

Tints of Cherub #F1DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

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

R = 35.29%
G = 32.21%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1DCDE (or 0xF1DCDE) is known color: Cherub. HEX triplet: F1, DC and DE. RGB value is (241,220,222). Sum of RGB (Red+Green+Blue) = 241+220+222=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDE is #0E2321. Grayscale: #E2E2E2. Windows color (decimal): -926498 or 14605553. OLE color: 14605553.

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

Color convert

RGB 241 220 222 -
CMYK 0 0.09 0.08 0.05
HSL 354.29º 0.43% 0.9% -
HSV(B) 354.29º 0.09% 0.95% -
XYZ 75.05 75.16 79.66 -
YUV 226.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 241 220 222 0 0.09 0.08 0.05 354.29 0.43 0.9
Hex F1 DC DE 0 9 8 5 162 2B 5A
Octal 361 334 336 0 11 10 5 542 53 132
Binary 11110001 11011100 11011110 0 1001 1000 101 101100010 101011 1011010

Color Harmonies of #F1DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCDE

Black with #F1DCDE

Text Example


Text Example

White with #F1DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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