Html Css Color HEX #F3C0DB Classic Rose

📋 copy color: '#F3C0DB'

red 243 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #F3C0DB

Tints of Classic Rose #F3C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.36%

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

R = 37.16%
G = 29.36%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F3C0DB (or 0xF3C0DB) is known color: Classic Rose. HEX triplet: F3, C0 and DB. RGB value is (243,192,219). Sum of RGB (Red+Green+Blue) = 243+192+219=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DB is #0C3F24. Grayscale: #D2D2D2. Windows color (decimal): -802597 or 14401779. OLE color: 14401779.

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

Color convert

RGB 243 192 219 -
CMYK 0 0.21 0.10 0.05
HSL 328.24º 0.68% 0.85% -
HSV(B) 328.24º 0.21% 0.95% -
XYZ 68.6 61.87 75.34 -
YUV 210.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 243 192 219 0 0.21 0.10 0.05 328.24 0.68 0.85
Hex F3 C0 DB 0 15 A 5 148 44 55
Octal 363 300 333 0 25 12 5 510 104 125
Binary 11110011 11000000 11011011 0 10101 1010 101 101001000 1000100 1010101

Color Harmonies of #F3C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0DB

Black with #F3C0DB

Text Example


Text Example

White with #F3C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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