Html Css Color HEX #F1CCE5 Classic Rose

📋 copy color: '#F1CCE5'

red 241 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #F1CCE5

Tints of Classic Rose #F1CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.27%

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

R = 35.76%
G = 30.27%
B = 33.98%

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

#F1CCE5 (or 0xF1CCE5) is known color: Classic Rose. HEX triplet: F1, CC and E5. RGB value is (241,204,229). Sum of RGB (Red+Green+Blue) = 241+204+229=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCE5 is #0E331A. Grayscale: #D9D9D9. Windows color (decimal): -930587 or 15060209. OLE color: 15060209.

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

Color convert

RGB 241 204 229 -
CMYK 0 0.15 0.05 0.05
HSL 319.46º 0.57% 0.87% -
HSV(B) 319.46º 0.15% 0.95% -
XYZ 72.01 67.54 83.37 -
YUV 217.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 241 204 229 0 0.15 0.05 0.05 319.46 0.57 0.87
Hex F1 CC E5 0 F 5 5 13F 39 57
Octal 361 314 345 0 17 5 5 477 71 127
Binary 11110001 11001100 11100101 0 1111 101 101 100111111 111001 1010111

Color Harmonies of #F1CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCE5

Black with #F1CCE5

Text Example


Text Example

White with #F1CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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