Html Css Color HEX #F1CBE6 Classic Rose

📋 copy color: '#F1CBE6'

red 241 ◦ green 203 ◦ blue 230

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

Shades of Classic Rose #F1CBE6

Tints of Classic Rose #F1CBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 35.76%
G = 30.12%
B = 34.12%

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

#F1CBE6 (or 0xF1CBE6) is known color: Classic Rose. HEX triplet: F1, CB and E6. RGB value is (241,203,230). Sum of RGB (Red+Green+Blue) = 241+203+230=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE6 is #0E3419. Grayscale: #D9D9D9. Windows color (decimal): -930842 or 15125489. OLE color: 15125489.

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

Color convert

RGB 241 203 230 -
CMYK 0 0.16 0.05 0.05
HSL 317.37º 0.58% 0.87% -
HSV(B) 317.37º 0.16% 0.95% -
XYZ 71.91 67.13 84.03 -
YUV 217.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 241 203 230 0 0.16 0.05 0.05 317.37 0.58 0.87
Hex F1 CB E6 0 10 5 5 13D 3A 57
Octal 361 313 346 0 20 5 5 475 72 127
Binary 11110001 11001011 11100110 0 10000 101 101 100111101 111010 1010111

Color Harmonies of #F1CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBE6

Black with #F1CBE6

Text Example


Text Example

White with #F1CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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