Html Css Color HEX #F3C3D8 Classic Rose

📋 copy color: '#F3C3D8'

red 243 ◦ green 195 ◦ blue 216

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

Shades of Classic Rose #F3C3D8

Tints of Classic Rose #F3C3D8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.82%

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

R = 37.16%
G = 29.82%
B = 33.03%

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

#F3C3D8 (or 0xF3C3D8) is known color: Classic Rose. HEX triplet: F3, C3 and D8. RGB value is (243,195,216). Sum of RGB (Red+Green+Blue) = 243+195+216=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3D8 is #0C3C27. Grayscale: #D3D3D3. Windows color (decimal): -801832 or 14205939. OLE color: 14205939.

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

Color convert

RGB 243 195 216 -
CMYK 0 0.20 0.11 0.05
HSL 333.75º 0.67% 0.86% -
HSV(B) 333.75º 0.2% 0.95% -
XYZ 68.87 63.04 73.5 -
YUV 211.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 243 195 216 0 0.20 0.11 0.05 333.75 0.67 0.86
Hex F3 C3 D8 0 14 B 5 14E 43 56
Octal 363 303 330 0 24 13 5 516 103 126
Binary 11110011 11000011 11011000 0 10100 1011 101 101001110 1000011 1010110

Color Harmonies of #F3C3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C3D8

Black with #F3C3D8

Text Example


Text Example

White with #F3C3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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