Html Css Color HEX #F3C0DF Classic Rose

📋 copy color: '#F3C0DF'

red 243 ◦ green 192 ◦ blue 223

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

Shades of Classic Rose #F3C0DF

Tints of Classic Rose #F3C0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 36.93%
G = 29.18%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3C0DF (or 0xF3C0DF) is known color: Classic Rose. HEX triplet: F3, C0 and DF. RGB value is (243,192,223). Sum of RGB (Red+Green+Blue) = 243+192+223=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DF is #0C3F20. Grayscale: #D2D2D2. Windows color (decimal): -802593 or 14663923. OLE color: 14663923.

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

Color convert

RGB 243 192 223 -
CMYK 0 0.21 0.08 0.05
HSL 323.53º 0.68% 0.85% -
HSV(B) 323.53º 0.21% 0.95% -
XYZ 69.13 62.08 78.15 -
YUV 210.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 243 192 223 0 0.21 0.08 0.05 323.53 0.68 0.85
Hex F3 C0 DF 0 15 8 5 144 44 55
Octal 363 300 337 0 25 10 5 504 104 125
Binary 11110011 11000000 11011111 0 10101 1000 101 101000100 1000100 1010101

Color Harmonies of #F3C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0DF

Black with #F3C0DF

Text Example


Text Example

White with #F3C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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