Html Css Color HEX #F3C3DA Classic Rose

📋 copy color: '#F3C3DA'

red 243 ◦ green 195 ◦ blue 218

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

Shades of Classic Rose #F3C3DA

Tints of Classic Rose #F3C3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 37.04%
G = 29.73%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F3C3DA (or 0xF3C3DA) is known color: Classic Rose. HEX triplet: F3, C3 and DA. RGB value is (243,195,218). Sum of RGB (Red+Green+Blue) = 243+195+218=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3DA is #0C3C25. Grayscale: #D3D3D3. Windows color (decimal): -801830 or 14337011. OLE color: 14337011.

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

Color convert

RGB 243 195 218 -
CMYK 0 0.20 0.10 0.05
HSL 331.25º 0.67% 0.86% -
HSV(B) 331.25º 0.2% 0.95% -
XYZ 69.13 63.15 74.87 -
YUV 211.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 243 195 218 0 0.20 0.10 0.05 331.25 0.67 0.86
Hex F3 C3 DA 0 14 A 5 14B 43 56
Octal 363 303 332 0 24 12 5 513 103 126
Binary 11110011 11000011 11011010 0 10100 1010 101 101001011 1000011 1010110

Color Harmonies of #F3C3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C3DA

Black with #F3C3DA

Text Example


Text Example

White with #F3C3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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