Html Css Color HEX #FDAFF2 Lavender Rose

📋 copy color: '#FDAFF2'

red 253 ◦ green 175 ◦ blue 242

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

Shades of Lavender Rose #FDAFF2

Tints of Lavender Rose #FDAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.12%

R = 37.76%
G = 26.12%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDAFF2 (or 0xFDAFF2) is known color: Lavender Rose. HEX triplet: FD, AF and F2. RGB value is (253,175,242). Sum of RGB (Red+Green+Blue) = 253+175+242=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF2 is #02500D. Grayscale: #CDCDCD. Windows color (decimal): -151566 or 15904765. OLE color: 15904765.

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

Color convert

RGB 253 175 242 -
CMYK 0 0.31 0.04 0.01
HSL 308.46º 0.95% 0.84% -
HSV(B) 308.46º 0.31% 0.99% -
XYZ 71.87 57.95 91.4 -
YUV 205.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 253 175 242 0 0.31 0.04 0.01 308.46 0.95 0.84
Hex FD AF F2 0 1F 4 1 134 5F 54
Octal 375 257 362 0 37 4 1 464 137 124
Binary 11111101 10101111 11110010 0 11111 100 1 100110100 1011111 1010100

Color Harmonies of #FDAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFF2

Black with #FDAFF2

Text Example


Text Example

White with #FDAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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