Html Css Color HEX #F7D5ED Classic Rose

📋 copy color: '#F7D5ED'

red 247 ◦ green 213 ◦ blue 237

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

Shades of Classic Rose #F7D5ED

Tints of Classic Rose #F7D5ED

RGB

 RED value IS 247 (96.88% from 255) = 35.44%

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

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

R = 35.44%
G = 30.56%
B = 34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7D5ED (or 0xF7D5ED) is known color: Classic Rose. HEX triplet: F7, D5 and ED. RGB value is (247,213,237). Sum of RGB (Red+Green+Blue) = 247+213+237=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5ED is #082A12. Grayscale: #E1E1E1. Windows color (decimal): -535059 or 15586807. OLE color: 15586807.

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

Color convert

RGB 247 213 237 -
CMYK 0 0.14 0.04 0.03
HSL 317.65º 0.68% 0.9% -
HSV(B) 317.65º 0.14% 0.97% -
XYZ 77.44 73.48 90.22 -
YUV 225.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 247 213 237 0 0.14 0.04 0.03 317.65 0.68 0.9
Hex F7 D5 ED 0 E 4 3 13E 44 5A
Octal 367 325 355 0 16 4 3 476 104 132
Binary 11110111 11010101 11101101 0 1110 100 11 100111110 1000100 1011010

Color Harmonies of #F7D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5ED

Black with #F7D5ED

Text Example


Text Example

White with #F7D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5ED; }

 p { color: rgb(247,213,237); }

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

background-color css

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

 a { background-color: rgb(247,213,237); }

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

border-color css

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

 span { border-color: rgb(247,213,237); }

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