Html Css Color HEX #F1CEDF Classic Rose

📋 copy color: '#F1CEDF'

red 241 ◦ green 206 ◦ blue 223

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

Shades of Classic Rose #F1CEDF

Tints of Classic Rose #F1CEDF

RGB

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

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

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

R = 35.97%
G = 30.75%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1CEDF (or 0xF1CEDF) is known color: Classic Rose. HEX triplet: F1, CE and DF. RGB value is (241,206,223). Sum of RGB (Red+Green+Blue) = 241+206+223=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDF is #0E3120. Grayscale: #DADADA. Windows color (decimal): -930081 or 14667505. OLE color: 14667505.

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

Color convert

RGB 241 206 223 -
CMYK 0 0.15 0.07 0.05
HSL 330.86º 0.56% 0.88% -
HSV(B) 330.86º 0.15% 0.95% -
XYZ 71.67 68.17 79.19 -
YUV 218.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 241 206 223 0 0.15 0.07 0.05 330.86 0.56 0.88
Hex F1 CE DF 0 F 7 5 14B 38 58
Octal 361 316 337 0 17 7 5 513 70 130
Binary 11110001 11001110 11011111 0 1111 111 101 101001011 111000 1011000

Color Harmonies of #F1CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEDF

Black with #F1CEDF

Text Example


Text Example

White with #F1CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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