Html Css Color HEX #F3C2DF Classic Rose

📋 copy color: '#F3C2DF'

red 243 ◦ green 194 ◦ blue 223

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

Shades of Classic Rose #F3C2DF

Tints of Classic Rose #F3C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.39%

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

R = 36.82%
G = 29.39%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3C2DF (or 0xF3C2DF) is known color: Classic Rose. HEX triplet: F3, C2 and DF. RGB value is (243,194,223). Sum of RGB (Red+Green+Blue) = 243+194+223=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2DF is #0C3D20. Grayscale: #D3D3D3. Windows color (decimal): -802081 or 14664435. OLE color: 14664435.

HSL color Cylindrical-coordinate representation of color #F3C2DF: hue angle of 324.49º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2DF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 194 223 -
CMYK 0 0.20 0.08 0.05
HSL 324.49º 0.67% 0.86% -
HSV(B) 324.49º 0.2% 0.95% -
XYZ 69.57 62.97 78.3 -
YUV 211.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 243 194 223 0 0.20 0.08 0.05 324.49 0.67 0.86
Hex F3 C2 DF 0 14 8 5 144 43 56
Octal 363 302 337 0 24 10 5 504 103 126
Binary 11110011 11000010 11011111 0 10100 1000 101 101000100 1000011 1010110

Color Harmonies of #F3C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C2DF

Black with #F3C2DF

Text Example


Text Example

White with #F3C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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