Html Css Color HEX #FF9CF9 Lavender Rose

📋 copy color: '#FF9CF9'

red 255 ◦ green 156 ◦ blue 249

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

Shades of Lavender Rose #FF9CF9

Tints of Lavender Rose #FF9CF9

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

 BLUE value IS 249 (97.66% from 255) = 37.73%

R = 38.64%
G = 23.64%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF9CF9 (or 0xFF9CF9) is known color: Lavender Rose. HEX triplet: FF, 9C and F9. RGB value is (255,156,249). Sum of RGB (Red+Green+Blue) = 255+156+249=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 156 (61.33% from 255 or 23.64% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CF9 is #006306. Grayscale: #C3C3C3. Windows color (decimal): -25351 or 16358655. OLE color: 16358655.

HSL color Cylindrical-coordinate representation of color #FF9CF9: hue angle of 303.64º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CF9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 249 -
CMYK 0 0.39 0.02 0
HSL 303.64º 1% 0.81% -
HSV(B) 303.64º 0.39% 1% -
XYZ 70.23 51.88 95.93 -
YUV 196.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 255 156 249 0 0.39 0.02 0 303.64 1 0.81
Hex FF 9C F9 0 27 2 0 130 64 51
Octal 377 234 371 0 47 2 0 460 144 121
Binary 11111111 10011100 11111001 0 100111 10 0 100110000 1100100 1010001

Color Harmonies of #FF9CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CF9

Black with #FF9CF9

Text Example


Text Example

White with #FF9CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CF9; }

 p { color: rgb(255,156,249); }

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

background-color css

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

 a { background-color: rgb(255,156,249); }

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

border-color css

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

 span { border-color: rgb(255,156,249); }

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