Html Css Color HEX #F1CEDC Classic Rose

📋 copy color: '#F1CEDC'

red 241 ◦ green 206 ◦ blue 220

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

Shades of Classic Rose #F1CEDC

Tints of Classic Rose #F1CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.88%

 BLUE value IS 220 (86.33% from 255) = 32.98%

R = 36.13%
G = 30.88%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1CEDC (or 0xF1CEDC) is known color: Classic Rose. HEX triplet: F1, CE and DC. RGB value is (241,206,220). Sum of RGB (Red+Green+Blue) = 241+206+220=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDC is #0E3123. Grayscale: #DADADA. Windows color (decimal): -930084 or 14470897. OLE color: 14470897.

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

Color convert

RGB 241 206 220 -
CMYK 0 0.15 0.09 0.05
HSL 336º 0.56% 0.88% -
HSV(B) 336º 0.15% 0.95% -
XYZ 71.27 68.01 77.08 -
YUV 218.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 241 206 220 0 0.15 0.09 0.05 336 0.56 0.88
Hex F1 CE DC 0 F 9 5 150 38 58
Octal 361 316 334 0 17 11 5 520 70 130
Binary 11110001 11001110 11011100 0 1111 1001 101 101010000 111000 1011000

Color Harmonies of #F1CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEDC

Black with #F1CEDC

Text Example


Text Example

White with #F1CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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