Html Css Color HEX #F1CEDE Classic Rose

📋 copy color: '#F1CEDE'

red 241 ◦ green 206 ◦ blue 222

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

Shades of Classic Rose #F1CEDE

Tints of Classic Rose #F1CEDE

RGB

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

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

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

R = 36.02%
G = 30.79%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1CEDE (or 0xF1CEDE) is known color: Classic Rose. HEX triplet: F1, CE and DE. RGB value is (241,206,222). Sum of RGB (Red+Green+Blue) = 241+206+222=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDE is #0E3121. Grayscale: #DADADA. Windows color (decimal): -930082 or 14601969. OLE color: 14601969.

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

Color convert

RGB 241 206 222 -
CMYK 0 0.15 0.08 0.05
HSL 332.57º 0.56% 0.88% -
HSV(B) 332.57º 0.15% 0.95% -
XYZ 71.53 68.12 78.49 -
YUV 218.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 241 206 222 0 0.15 0.08 0.05 332.57 0.56 0.88
Hex F1 CE DE 0 F 8 5 14D 38 58
Octal 361 316 336 0 17 10 5 515 70 130
Binary 11110001 11001110 11011110 0 1111 1000 101 101001101 111000 1011000

Color Harmonies of #F1CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEDE

Black with #F1CEDE

Text Example


Text Example

White with #F1CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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