Html Css Color HEX #F3CCDB Classic Rose

📋 copy color: '#F3CCDB'

red 243 ◦ green 204 ◦ blue 219

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

Shades of Classic Rose #F3CCDB

Tints of Classic Rose #F3CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.63%

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

R = 36.49%
G = 30.63%
B = 32.88%

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

#F3CCDB (or 0xF3CCDB) is known color: Classic Rose. HEX triplet: F3, CC and DB. RGB value is (243,204,219). Sum of RGB (Red+Green+Blue) = 243+204+219=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCDB is #0C3324. Grayscale: #D9D9D9. Windows color (decimal): -799525 or 14404851. OLE color: 14404851.

HSL color Cylindrical-coordinate representation of color #F3CCDB: hue angle of 336.92º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCDB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 204 219 -
CMYK 0 0.16 0.10 0.05
HSL 336.92º 0.62% 0.88% -
HSV(B) 336.92º 0.16% 0.95% -
XYZ 71.34 67.35 76.26 -
YUV 217.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 243 204 219 0 0.16 0.10 0.05 336.92 0.62 0.88
Hex F3 CC DB 0 10 A 5 151 3E 58
Octal 363 314 333 0 20 12 5 521 76 130
Binary 11110011 11001100 11011011 0 10000 1010 101 101010001 111110 1011000

Color Harmonies of #F3CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CCDB

Black with #F3CCDB

Text Example


Text Example

White with #F3CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CCDB; }

 p { color: rgb(243,204,219); }

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

background-color css

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

 a { background-color: rgb(243,204,219); }

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

border-color css

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

 span { border-color: rgb(243,204,219); }

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