Html Css Color HEX #F3C2D8 Classic Rose

📋 copy color: '#F3C2D8'

red 243 ◦ green 194 ◦ blue 216

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

Shades of Classic Rose #F3C2D8

Tints of Classic Rose #F3C2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.08%

R = 37.21%
G = 29.71%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F3C2D8 (or 0xF3C2D8) is known color: Classic Rose. HEX triplet: F3, C2 and D8. RGB value is (243,194,216). Sum of RGB (Red+Green+Blue) = 243+194+216=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2D8 is #0C3D27. Grayscale: #D3D3D3. Windows color (decimal): -802088 or 14205683. OLE color: 14205683.

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

Color convert

RGB 243 194 216 -
CMYK 0 0.20 0.11 0.05
HSL 333.06º 0.67% 0.86% -
HSV(B) 333.06º 0.2% 0.95% -
XYZ 68.65 62.6 73.43 -
YUV 211.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 243 194 216 0 0.20 0.11 0.05 333.06 0.67 0.86
Hex F3 C2 D8 0 14 B 5 14D 43 56
Octal 363 302 330 0 24 13 5 515 103 126
Binary 11110011 11000010 11011000 0 10100 1011 101 101001101 1000011 1010110

Color Harmonies of #F3C2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C2D8

Black with #F3C2D8

Text Example


Text Example

White with #F3C2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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