Html Css Color HEX #F3D1EA Classic Rose

📋 copy color: '#F3D1EA'

red 243 ◦ green 209 ◦ blue 234

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

Shades of Classic Rose #F3D1EA

Tints of Classic Rose #F3D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.47%

 BLUE value IS 234 (91.8% from 255) = 34.11%

R = 35.42%
G = 30.47%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F3D1EA (or 0xF3D1EA) is known color: Classic Rose. HEX triplet: F3, D1 and EA. RGB value is (243,209,234). Sum of RGB (Red+Green+Blue) = 243+209+234=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D1EA is #0C2E15. Grayscale: #DDDDDD. Windows color (decimal): -798230 or 15389171. OLE color: 15389171.

HSL color Cylindrical-coordinate representation of color #F3D1EA: hue angle of 315.88º degrees, saturation: 0.59, 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 #F3D1EA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 209 234 -
CMYK 0 0.14 0.04 0.05
HSL 315.88º 0.59% 0.89% -
HSV(B) 315.88º 0.14% 0.95% -
XYZ 74.61 70.6 87.54 -
YUV 222.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 243 209 234 0 0.14 0.04 0.05 315.88 0.59 0.89
Hex F3 D1 EA 0 E 4 5 13C 3B 59
Octal 363 321 352 0 16 4 5 474 73 131
Binary 11110011 11010001 11101010 0 1110 100 101 100111100 111011 1011001

Color Harmonies of #F3D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D1EA

Black with #F3D1EA

Text Example


Text Example

White with #F3D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D1EA; }

 p { color: rgb(243,209,234); }

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

background-color css

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

 a { background-color: rgb(243,209,234); }

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

border-color css

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

 span { border-color: rgb(243,209,234); }

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