Html Css Color HEX #FDAEEC Lavender Rose

📋 copy color: '#FDAEEC'

red 253 ◦ green 174 ◦ blue 236

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

Shades of Lavender Rose #FDAEEC

Tints of Lavender Rose #FDAEEC

RGB

 RED value IS 253 (99.22% from 255) = 38.16%

 GREEN value IS 174 (68.36% from 255) = 26.24%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 38.16%
G = 26.24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDAEEC (or 0xFDAEEC) is known color: Lavender Rose. HEX triplet: FD, AE and EC. RGB value is (253,174,236). Sum of RGB (Red+Green+Blue) = 253+174+236=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEEC is #025113. Grayscale: #CCCCCC. Windows color (decimal): -151828 or 15511293. OLE color: 15511293.

HSL color Cylindrical-coordinate representation of color #FDAEEC: hue angle of 312.91º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEEC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 174 236 -
CMYK 0 0.31 0.07 0.01
HSL 312.91º 0.95% 0.84% -
HSV(B) 312.91º 0.31% 0.99% -
XYZ 70.78 57.21 86.67 -
YUV 204.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 253 174 236 0 0.31 0.07 0.01 312.91 0.95 0.84
Hex FD AE EC 0 1F 7 1 139 5F 54
Octal 375 256 354 0 37 7 1 471 137 124
Binary 11111101 10101110 11101100 0 11111 111 1 100111001 1011111 1010100

Color Harmonies of #FDAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEEC

Black with #FDAEEC

Text Example


Text Example

White with #FDAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEEC; }

 p { color: rgb(253,174,236); }

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

background-color css

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

 a { background-color: rgb(253,174,236); }

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

border-color css

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

 span { border-color: rgb(253,174,236); }

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