Html Css Color HEX #FDAFE0 Lavender Rose

📋 copy color: '#FDAFE0'

red 253 ◦ green 175 ◦ blue 224

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

Shades of Lavender Rose #FDAFE0

Tints of Lavender Rose #FDAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.84%

 BLUE value IS 224 (87.89% from 255) = 34.36%

R = 38.8%
G = 26.84%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDAFE0 (or 0xFDAFE0) is known color: Lavender Rose. HEX triplet: FD, AF and E0. RGB value is (253,175,224). Sum of RGB (Red+Green+Blue) = 253+175+224=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFE0 is #02501F. Grayscale: #CBCBCB. Windows color (decimal): -151584 or 14725117. OLE color: 14725117.

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

Color convert

RGB 253 175 224 -
CMYK 0 0.31 0.11 0.01
HSL 322.31º 0.95% 0.84% -
HSV(B) 322.31º 0.31% 0.99% -
XYZ 69.29 56.92 77.86 -
YUV 203.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 253 175 224 0 0.31 0.11 0.01 322.31 0.95 0.84
Hex FD AF E0 0 1F B 1 142 5F 54
Octal 375 257 340 0 37 13 1 502 137 124
Binary 11111101 10101111 11100000 0 11111 1011 1 101000010 1011111 1010100

Color Harmonies of #FDAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFE0

Black with #FDAFE0

Text Example


Text Example

White with #FDAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFE0; }

 p { color: rgb(253,175,224); }

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

background-color css

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

 a { background-color: rgb(253,175,224); }

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

border-color css

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

 span { border-color: rgb(253,175,224); }

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