Html Css Color HEX #FDA6F2 Lavender Rose

📋 copy color: '#FDA6F2'

red 253 ◦ green 166 ◦ blue 242

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

Shades of Lavender Rose #FDA6F2

Tints of Lavender Rose #FDA6F2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.11%

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

R = 38.28%
G = 25.11%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA6F2 (or 0xFDA6F2) is known color: Lavender Rose. HEX triplet: FD, A6 and F2. RGB value is (253,166,242). Sum of RGB (Red+Green+Blue) = 253+166+242=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F2 is #02590D. Grayscale: #C8C8C8. Windows color (decimal): -153870 or 15902461. OLE color: 15902461.

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

Color convert

RGB 253 166 242 -
CMYK 0 0.34 0.04 0.01
HSL 307.59º 0.96% 0.82% -
HSV(B) 307.59º 0.34% 0.99% -
XYZ 70.17 54.57 90.84 -
YUV 200.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 253 166 242 0 0.34 0.04 0.01 307.59 0.96 0.82
Hex FD A6 F2 0 22 4 1 134 60 52
Octal 375 246 362 0 42 4 1 464 140 122
Binary 11111101 10100110 11110010 0 100010 100 1 100110100 1100000 1010010

Color Harmonies of #FDA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6F2

Black with #FDA6F2

Text Example


Text Example

White with #FDA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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