Html Css Color HEX #F3D5E9 Classic Rose

📋 copy color: '#F3D5E9'

red 243 ◦ green 213 ◦ blue 233

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

Shades of Classic Rose #F3D5E9

Tints of Classic Rose #F3D5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.91%

 BLUE value IS 233 (91.41% from 255) = 33.82%

R = 35.27%
G = 30.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F3D5E9 (or 0xF3D5E9) is known color: Classic Rose. HEX triplet: F3, D5 and E9. RGB value is (243,213,233). Sum of RGB (Red+Green+Blue) = 243+213+233=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D5E9 is #0C2A16. Grayscale: #E0E0E0. Windows color (decimal): -797207 or 15324659. OLE color: 15324659.

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

Color convert

RGB 243 213 233 -
CMYK 0 0.12 0.04 0.05
HSL 320º 0.56% 0.89% -
HSV(B) 320º 0.12% 0.95% -
XYZ 75.46 72.53 87.11 -
YUV 224.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 243 213 233 0 0.12 0.04 0.05 320 0.56 0.89
Hex F3 D5 E9 0 C 4 5 140 38 59
Octal 363 325 351 0 14 4 5 500 70 131
Binary 11110011 11010101 11101001 0 1100 100 101 101000000 111000 1011001

Color Harmonies of #F3D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D5E9

Black with #F3D5E9

Text Example


Text Example

White with #F3D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D5E9; }

 p { color: rgb(243,213,233); }

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

background-color css

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

 a { background-color: rgb(243,213,233); }

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

border-color css

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

 span { border-color: rgb(243,213,233); }

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