Html Css Color HEX #F1CBDB Classic Rose

📋 copy color: '#F1CBDB'

red 241 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #F1CBDB

Tints of Classic Rose #F1CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 36.35%
G = 30.62%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1CBDB (or 0xF1CBDB) is known color: Classic Rose. HEX triplet: F1, CB and DB. RGB value is (241,203,219). Sum of RGB (Red+Green+Blue) = 241+203+219=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBDB is #0E3424. Grayscale: #D8D8D8. Windows color (decimal): -930853 or 14404593. OLE color: 14404593.

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

Color convert

RGB 241 203 219 -
CMYK 0 0.16 0.09 0.05
HSL 334.74º 0.58% 0.87% -
HSV(B) 334.74º 0.16% 0.95% -
XYZ 70.42 66.53 76.15 -
YUV 216.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 241 203 219 0 0.16 0.09 0.05 334.74 0.58 0.87
Hex F1 CB DB 0 10 9 5 14F 3A 57
Octal 361 313 333 0 20 11 5 517 72 127
Binary 11110001 11001011 11011011 0 10000 1001 101 101001111 111010 1010111

Color Harmonies of #F1CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBDB

Black with #F1CBDB

Text Example


Text Example

White with #F1CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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