Html Css Color HEX #FDAFE3 Lavender Rose

📋 copy color: '#FDAFE3'

red 253 ◦ green 175 ◦ blue 227

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

Shades of Lavender Rose #FDAFE3

Tints of Lavender Rose #FDAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 38.63%
G = 26.72%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDAFE3 (or 0xFDAFE3) is known color: Lavender Rose. HEX triplet: FD, AF and E3. RGB value is (253,175,227). Sum of RGB (Red+Green+Blue) = 253+175+227=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFE3 is #02501C. Grayscale: #CCCCCC. Windows color (decimal): -151581 or 14921725. OLE color: 14921725.

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

Color convert

RGB 253 175 227 -
CMYK 0 0.31 0.10 0.01
HSL 320º 0.95% 0.84% -
HSV(B) 320º 0.31% 0.99% -
XYZ 69.7 57.09 80.02 -
YUV 204.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 253 175 227 0 0.31 0.10 0.01 320 0.95 0.84
Hex FD AF E3 0 1F A 1 140 5F 54
Octal 375 257 343 0 37 12 1 500 137 124
Binary 11111101 10101111 11100011 0 11111 1010 1 101000000 1011111 1010100

Color Harmonies of #FDAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFE3

Black with #FDAFE3

Text Example


Text Example

White with #FDAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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