Html Css Color HEX #F1CEE5 Classic Rose

📋 copy color: '#F1CEE5'

red 241 ◦ green 206 ◦ blue 229

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

Shades of Classic Rose #F1CEE5

Tints of Classic Rose #F1CEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.88%

R = 35.65%
G = 30.47%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1CEE5 (or 0xF1CEE5) is known color: Classic Rose. HEX triplet: F1, CE and E5. RGB value is (241,206,229). Sum of RGB (Red+Green+Blue) = 241+206+229=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE5 is #0E311A. Grayscale: #DBDBDB. Windows color (decimal): -930075 or 15060721. OLE color: 15060721.

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

Color convert

RGB 241 206 229 -
CMYK 0 0.15 0.05 0.05
HSL 320.57º 0.56% 0.88% -
HSV(B) 320.57º 0.15% 0.95% -
XYZ 72.49 68.5 83.53 -
YUV 219.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 241 206 229 0 0.15 0.05 0.05 320.57 0.56 0.88
Hex F1 CE E5 0 F 5 5 141 38 58
Octal 361 316 345 0 17 5 5 501 70 130
Binary 11110001 11001110 11100101 0 1111 101 101 101000001 111000 1011000

Color Harmonies of #F1CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEE5

Black with #F1CEE5

Text Example


Text Example

White with #F1CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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