Html Css Color HEX #F3CBDD Classic Rose

📋 copy color: '#F3CBDD'

red 243 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #F3CBDD

Tints of Classic Rose #F3CBDD

RGB

 RED value IS 243 (95.31% from 255) = 36.43%

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

 BLUE value IS 221 (86.72% from 255) = 33.13%

R = 36.43%
G = 30.43%
B = 33.13%

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

#F3CBDD (or 0xF3CBDD) is known color: Classic Rose. HEX triplet: F3, CB and DD. RGB value is (243,203,221). Sum of RGB (Red+Green+Blue) = 243+203+221=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBDD is #0C3422. Grayscale: #D8D8D8. Windows color (decimal): -799779 or 14535667. OLE color: 14535667.

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

Color convert

RGB 243 203 221 -
CMYK 0 0.16 0.09 0.05
HSL 333º 0.63% 0.87% -
HSV(B) 333º 0.16% 0.95% -
XYZ 71.37 66.99 77.57 -
YUV 217.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 243 203 221 0 0.16 0.09 0.05 333 0.63 0.87
Hex F3 CB DD 0 10 9 5 14D 3E 57
Octal 363 313 335 0 20 11 5 515 76 127
Binary 11110011 11001011 11011101 0 10000 1001 101 101001101 111110 1010111

Color Harmonies of #F3CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CBDD

Black with #F3CBDD

Text Example


Text Example

White with #F3CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CBDD; }

 p { color: rgb(243,203,221); }

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

background-color css

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

 a { background-color: rgb(243,203,221); }

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

border-color css

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

 span { border-color: rgb(243,203,221); }

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