Html Css Color HEX #F3CBDC Classic Rose

📋 copy color: '#F3CBDC'

red 243 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #F3CBDC

Tints of Classic Rose #F3CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.03%

R = 36.49%
G = 30.48%
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

#F3CBDC (or 0xF3CBDC) is known color: Classic Rose. HEX triplet: F3, CB and DC. RGB value is (243,203,220). Sum of RGB (Red+Green+Blue) = 243+203+220=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBDC is #0C3423. Grayscale: #D8D8D8. Windows color (decimal): -799780 or 14470131. OLE color: 14470131.

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

Color convert

RGB 243 203 220 -
CMYK 0 0.16 0.09 0.05
HSL 334.5º 0.63% 0.87% -
HSV(B) 334.5º 0.16% 0.95% -
XYZ 71.24 66.93 76.88 -
YUV 216.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 243 203 220 0 0.16 0.09 0.05 334.5 0.63 0.87
Hex F3 CB DC 0 10 9 5 14E 3E 57
Octal 363 313 334 0 20 11 5 516 76 127
Binary 11110011 11001011 11011100 0 10000 1001 101 101001110 111110 1010111

Color Harmonies of #F3CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CBDC

Black with #F3CBDC

Text Example


Text Example

White with #F3CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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