Html Css Color HEX #F1CBDA Classic Rose

📋 copy color: '#F1CBDA'

red 241 ◦ green 203 ◦ blue 218

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

Shades of Classic Rose #F1CBDA

Tints of Classic Rose #F1CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 36.4%
G = 30.66%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1CBDA (or 0xF1CBDA) is known color: Classic Rose. HEX triplet: F1, CB and DA. RGB value is (241,203,218). Sum of RGB (Red+Green+Blue) = 241+203+218=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBDA is #0E3425. Grayscale: #D8D8D8. Windows color (decimal): -930854 or 14339057. OLE color: 14339057.

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

Color convert

RGB 241 203 218 -
CMYK 0 0.16 0.10 0.05
HSL 336.32º 0.58% 0.87% -
HSV(B) 336.32º 0.16% 0.95% -
XYZ 70.29 66.47 75.46 -
YUV 216.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 241 203 218 0 0.16 0.10 0.05 336.32 0.58 0.87
Hex F1 CB DA 0 10 A 5 150 3A 57
Octal 361 313 332 0 20 12 5 520 72 127
Binary 11110001 11001011 11011010 0 10000 1010 101 101010000 111010 1010111

Color Harmonies of #F1CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBDA

Black with #F1CBDA

Text Example


Text Example

White with #F1CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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