Html Css Color HEX #F8D2ED Classic Rose

📋 copy color: '#F8D2ED'

red 248 ◦ green 210 ◦ blue 237

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

Shades of Classic Rose #F8D2ED

Tints of Classic Rose #F8D2ED

RGB

 RED value IS 248 (97.27% from 255) = 35.68%

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

 BLUE value IS 237 (92.97% from 255) = 34.1%

R = 35.68%
G = 30.22%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8D2ED (or 0xF8D2ED) is known color: Classic Rose. HEX triplet: F8, D2 and ED. RGB value is (248,210,237). Sum of RGB (Red+Green+Blue) = 248+210+237=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D2ED is #072D12. Grayscale: #E0E0E0. Windows color (decimal): -470291 or 15586040. OLE color: 15586040.

HSL color Cylindrical-coordinate representation of color #F8D2ED: hue angle of 317.37º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D2ED is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 210 237 -
CMYK 0 0.15 0.04 0.03
HSL 317.37º 0.73% 0.9% -
HSV(B) 317.37º 0.15% 0.97% -
XYZ 77.04 72.16 89.99 -
YUV 224.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 248 210 237 0 0.15 0.04 0.03 317.37 0.73 0.9
Hex F8 D2 ED 0 F 4 3 13D 49 5A
Octal 370 322 355 0 17 4 3 475 111 132
Binary 11111000 11010010 11101101 0 1111 100 11 100111101 1001001 1011010

Color Harmonies of #F8D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D2ED

Black with #F8D2ED

Text Example


Text Example

White with #F8D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D2ED; }

 p { color: rgb(248,210,237); }

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

background-color css

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

 a { background-color: rgb(248,210,237); }

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

border-color css

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

 span { border-color: rgb(248,210,237); }

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