Html Css Color HEX #FDA4F2 Lavender Rose

📋 copy color: '#FDA4F2'

red 253 ◦ green 164 ◦ blue 242

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

Shades of Lavender Rose #FDA4F2

Tints of Lavender Rose #FDA4F2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.89%

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

R = 38.39%
G = 24.89%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA4F2 (or 0xFDA4F2) is known color: Lavender Rose. HEX triplet: FD, A4 and F2. RGB value is (253,164,242). Sum of RGB (Red+Green+Blue) = 253+164+242=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA4F2 is #025B0D. Grayscale: #C7C7C7. Windows color (decimal): -154382 or 15901949. OLE color: 15901949.

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

Color convert

RGB 253 164 242 -
CMYK 0 0.35 0.04 0.01
HSL 307.42º 0.96% 0.82% -
HSV(B) 307.42º 0.35% 0.99% -
XYZ 69.81 53.84 90.72 -
YUV 199.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 253 164 242 0 0.35 0.04 0.01 307.42 0.96 0.82
Hex FD A4 F2 0 23 4 1 133 60 52
Octal 375 244 362 0 43 4 1 463 140 122
Binary 11111101 10100100 11110010 0 100011 100 1 100110011 1100000 1010010

Color Harmonies of #FDA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA4F2

Black with #FDA4F2

Text Example


Text Example

White with #FDA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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