Html Css Color HEX #FD9CF2 Lavender Rose

📋 copy color: '#FD9CF2'

red 253 ◦ green 156 ◦ blue 242

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

Shades of Lavender Rose #FD9CF2

Tints of Lavender Rose #FD9CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 23.96%

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

R = 38.86%
G = 23.96%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD9CF2 (or 0xFD9CF2) is known color: Lavender Rose. HEX triplet: FD, 9C and F2. RGB value is (253,156,242). Sum of RGB (Red+Green+Blue) = 253+156+242=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 156 (61.33% from 255 or 23.96% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9CF2 is #02630D. Grayscale: #C2C2C2. Windows color (decimal): -156430 or 15899901. OLE color: 15899901.

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

Color convert

RGB 253 156 242 -
CMYK 0 0.38 0.04 0.01
HSL 306.8º 0.96% 0.8% -
HSV(B) 306.8º 0.38% 0.99% -
XYZ 68.42 51.07 90.26 -
YUV 194.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 253 156 242 0 0.38 0.04 0.01 306.8 0.96 0.8
Hex FD 9C F2 0 26 4 1 133 60 50
Octal 375 234 362 0 46 4 1 463 140 120
Binary 11111101 10011100 11110010 0 100110 100 1 100110011 1100000 1010000

Color Harmonies of #FD9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9CF2

Black with #FD9CF2

Text Example


Text Example

White with #FD9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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