Html Css Color HEX #FDAFDB Lavender Pink

📋 copy color: '#FDAFDB'

red 253 ◦ green 175 ◦ blue 219

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

Shades of Lavender Pink #FDAFDB

Tints of Lavender Pink #FDAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 39.1%
G = 27.05%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDAFDB (or 0xFDAFDB) is known color: Lavender Pink. HEX triplet: FD, AF and DB. RGB value is (253,175,219). Sum of RGB (Red+Green+Blue) = 253+175+219=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFDB is #025024. Grayscale: #CBCBCB. Windows color (decimal): -151589 or 14397437. OLE color: 14397437.

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

Color convert

RGB 253 175 219 -
CMYK 0 0.31 0.13 0.01
HSL 326.15º 0.95% 0.84% -
HSV(B) 326.15º 0.31% 0.99% -
XYZ 68.62 56.66 74.34 -
YUV 203.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 253 175 219 0 0.31 0.13 0.01 326.15 0.95 0.84
Hex FD AF DB 0 1F D 1 146 5F 54
Octal 375 257 333 0 37 15 1 506 137 124
Binary 11111101 10101111 11011011 0 11111 1101 1 101000110 1011111 1010100

Color Harmonies of #FDAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFDB

Black with #FDAFDB

Text Example


Text Example

White with #FDAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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