Html Css Color HEX #F3D2E5 Classic Rose

📋 copy color: '#F3D2E5'

red 243 ◦ green 210 ◦ blue 229

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

Shades of Classic Rose #F3D2E5

Tints of Classic Rose #F3D2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.79%

 BLUE value IS 229 (89.84% from 255) = 33.58%

R = 35.63%
G = 30.79%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F3D2E5 (or 0xF3D2E5) is known color: Classic Rose. HEX triplet: F3, D2 and E5. RGB value is (243,210,229). Sum of RGB (Red+Green+Blue) = 243+210+229=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2E5 is #0C2D1A. Grayscale: #DDDDDD. Windows color (decimal): -797979 or 15061747. OLE color: 15061747.

HSL color Cylindrical-coordinate representation of color #F3D2E5: hue angle of 325.45º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D2E5 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 210 229 -
CMYK 0 0.14 0.06 0.05
HSL 325.45º 0.58% 0.89% -
HSV(B) 325.45º 0.14% 0.95% -
XYZ 74.15 70.81 83.89 -
YUV 222.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 243 210 229 0 0.14 0.06 0.05 325.45 0.58 0.89
Hex F3 D2 E5 0 E 6 5 145 3A 59
Octal 363 322 345 0 16 6 5 505 72 131
Binary 11110011 11010010 11100101 0 1110 110 101 101000101 111010 1011001

Color Harmonies of #F3D2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D2E5

Black with #F3D2E5

Text Example


Text Example

White with #F3D2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D2E5; }

 p { color: rgb(243,210,229); }

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

background-color css

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

 a { background-color: rgb(243,210,229); }

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

border-color css

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

 span { border-color: rgb(243,210,229); }

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