Html Css Color HEX #F3D8EA Classic Rose

📋 copy color: '#F3D8EA'

red 243 ◦ green 216 ◦ blue 234

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

Shades of Classic Rose #F3D8EA

Tints of Classic Rose #F3D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.17%

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

R = 35.06%
G = 31.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F3D8EA (or 0xF3D8EA) is known color: Classic Rose. HEX triplet: F3, D8 and EA. RGB value is (243,216,234). Sum of RGB (Red+Green+Blue) = 243+216+234=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D8EA is #0C2715. Grayscale: #E2E2E2. Windows color (decimal): -796438 or 15390963. OLE color: 15390963.

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

Color convert

RGB 243 216 234 -
CMYK 0 0.11 0.04 0.05
HSL 320º 0.53% 0.9% -
HSV(B) 320º 0.11% 0.95% -
XYZ 76.37 74.11 88.12 -
YUV 226.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 243 216 234 0 0.11 0.04 0.05 320 0.53 0.9
Hex F3 D8 EA 0 B 4 5 140 35 5A
Octal 363 330 352 0 13 4 5 500 65 132
Binary 11110011 11011000 11101010 0 1011 100 101 101000000 110101 1011010

Color Harmonies of #F3D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D8EA

Black with #F3D8EA

Text Example


Text Example

White with #F3D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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