Html Css Color HEX #F1DCDF Cherub

📋 copy color: '#F1DCDF'

red 241 ◦ green 220 ◦ blue 223

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

Shades of Cherub #F1DCDF

Tints of Cherub #F1DCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.6%

R = 35.23%
G = 32.16%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1DCDF (or 0xF1DCDF) is known color: Cherub. HEX triplet: F1, DC and DF. RGB value is (241,220,223). Sum of RGB (Red+Green+Blue) = 241+220+223=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDF is #0E2320. Grayscale: #E2E2E2. Windows color (decimal): -926497 or 14671089. OLE color: 14671089.

HSL color Cylindrical-coordinate representation of color #F1DCDF: hue angle of 351.43º 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 #F1DCDF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 223 -
CMYK 0 0.09 0.07 0.05
HSL 351.43º 0.43% 0.9% -
HSV(B) 351.43º 0.09% 0.95% -
XYZ 75.19 75.21 80.37 -
YUV 226.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 241 220 223 0 0.09 0.07 0.05 351.43 0.43 0.9
Hex F1 DC DF 0 9 7 5 15F 2B 5A
Octal 361 334 337 0 11 7 5 537 53 132
Binary 11110001 11011100 11011111 0 1001 111 101 101011111 101011 1011010

Color Harmonies of #F1DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCDF

Black with #F1DCDF

Text Example


Text Example

White with #F1DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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