Html Css Color HEX #F1CBE4 Classic Rose

📋 copy color: '#F1CBE4'

red 241 ◦ green 203 ◦ blue 228

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

Shades of Classic Rose #F1CBE4

Tints of Classic Rose #F1CBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.21%

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 35.86%
G = 30.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1CBE4 (or 0xF1CBE4) is known color: Classic Rose. HEX triplet: F1, CB and E4. RGB value is (241,203,228). Sum of RGB (Red+Green+Blue) = 241+203+228=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBE4 is #0E341B. Grayscale: #D9D9D9. Windows color (decimal): -930844 or 14994417. OLE color: 14994417.

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

Color convert

RGB 241 203 228 -
CMYK 0 0.16 0.05 0.05
HSL 320.53º 0.58% 0.87% -
HSV(B) 320.53º 0.16% 0.95% -
XYZ 71.64 67.01 82.56 -
YUV 217.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 241 203 228 0 0.16 0.05 0.05 320.53 0.58 0.87
Hex F1 CB E4 0 10 5 5 141 3A 57
Octal 361 313 344 0 20 5 5 501 72 127
Binary 11110001 11001011 11100100 0 10000 101 101 101000001 111010 1010111

Color Harmonies of #F1CBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBE4

Black with #F1CBE4

Text Example


Text Example

White with #F1CBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBE4; }

 p { color: rgb(241,203,228); }

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

background-color css

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

 a { background-color: rgb(241,203,228); }

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

border-color css

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

 span { border-color: rgb(241,203,228); }

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