Html Css Color HEX #FDAEFB Lavender Rose

📋 copy color: '#FDAEFB'

red 253 ◦ green 174 ◦ blue 251

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

Shades of Lavender Rose #FDAEFB

Tints of Lavender Rose #FDAEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.02%

R = 37.32%
G = 25.66%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDAEFB (or 0xFDAEFB) is known color: Lavender Rose. HEX triplet: FD, AE and FB. RGB value is (253,174,251). Sum of RGB (Red+Green+Blue) = 253+174+251=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 174 (68.36% from 255 or 25.66% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEFB is #025104. Grayscale: #CECECE. Windows color (decimal): -151813 or 16494333. OLE color: 16494333.

HSL color Cylindrical-coordinate representation of color #FDAEFB: hue angle of 301.52º 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 #FDAEFB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 174 251 -
CMYK 0 0.31 0.01 0.01
HSL 301.52º 0.95% 0.84% -
HSV(B) 301.52º 0.31% 0.99% -
XYZ 73.06 58.12 98.63 -
YUV 206.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 253 174 251 0 0.31 0.01 0.01 301.52 0.95 0.84
Hex FD AE FB 0 1F 1 1 12E 5F 54
Octal 375 256 373 0 37 1 1 456 137 124
Binary 11111101 10101110 11111011 0 11111 1 1 100101110 1011111 1010100

Color Harmonies of #FDAEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEFB

Black with #FDAEFB

Text Example


Text Example

White with #FDAEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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