Html Css Color HEX #FDADF2 Lavender Rose

📋 copy color: '#FDADF2'

red 253 ◦ green 173 ◦ blue 242

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

Shades of Lavender Rose #FDADF2

Tints of Lavender Rose #FDADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.9%

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

R = 37.87%
G = 25.9%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDADF2 (or 0xFDADF2) is known color: Lavender Rose. HEX triplet: FD, AD and F2. RGB value is (253,173,242). Sum of RGB (Red+Green+Blue) = 253+173+242=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF2 is #02520D. Grayscale: #CCCCCC. Windows color (decimal): -152078 or 15904253. OLE color: 15904253.

HSL color Cylindrical-coordinate representation of color #FDADF2: hue angle of 308.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADF2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 173 242 -
CMYK 0 0.32 0.04 0.01
HSL 308.25º 0.95% 0.84% -
HSV(B) 308.25º 0.32% 0.99% -
XYZ 71.48 57.18 91.27 -
YUV 204.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 253 173 242 0 0.32 0.04 0.01 308.25 0.95 0.84
Hex FD AD F2 0 20 4 1 134 5F 54
Octal 375 255 362 0 40 4 1 464 137 124
Binary 11111101 10101101 11110010 0 100000 100 1 100110100 1011111 1010100

Color Harmonies of #FDADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADF2

Black with #FDADF2

Text Example


Text Example

White with #FDADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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