Html Css Color HEX #FDA6F4 Lavender Rose

📋 copy color: '#FDA6F4'

red 253 ◦ green 166 ◦ blue 244

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

Shades of Lavender Rose #FDA6F4

Tints of Lavender Rose #FDA6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.8%

R = 38.16%
G = 25.04%
B = 36.8%

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

#FDA6F4 (or 0xFDA6F4) is known color: Lavender Rose. HEX triplet: FD, A6 and F4. RGB value is (253,166,244). Sum of RGB (Red+Green+Blue) = 253+166+244=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 166 (65.23% from 255 or 25.04% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F4 is #02590B. Grayscale: #C8C8C8. Windows color (decimal): -153868 or 16033533. OLE color: 16033533.

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

Color convert

RGB 253 166 244 -
CMYK 0 0.34 0.04 0.01
HSL 306.21º 0.96% 0.82% -
HSV(B) 306.21º 0.34% 0.99% -
XYZ 70.47 54.69 92.43 -
YUV 200.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 253 166 244 0 0.34 0.04 0.01 306.21 0.96 0.82
Hex FD A6 F4 0 22 4 1 132 60 52
Octal 375 246 364 0 42 4 1 462 140 122
Binary 11111101 10100110 11110100 0 100010 100 1 100110010 1100000 1010010

Color Harmonies of #FDA6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6F4

Black with #FDA6F4

Text Example


Text Example

White with #FDA6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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