Html Css Color HEX #FF9CD4 Lavender Pink

📋 copy color: '#FF9CD4'

red 255 ◦ green 156 ◦ blue 212

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

Shades of Lavender Pink #FF9CD4

Tints of Lavender Pink #FF9CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 40.93%
G = 25.04%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF9CD4 (or 0xFF9CD4) is known color: Lavender Pink. HEX triplet: FF, 9C and D4. RGB value is (255,156,212). Sum of RGB (Red+Green+Blue) = 255+156+212=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CD4 is #00632B. Grayscale: #BFBFBF. Windows color (decimal): -25388 or 13933823. OLE color: 13933823.

HSL color Cylindrical-coordinate representation of color #FF9CD4: hue angle of 326.06º 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 #FF9CD4 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 212 -
CMYK 0 0.39 0.17 0
HSL 326.06º 1% 0.81% -
HSV(B) 326.06º 0.39% 1% -
XYZ 65.01 49.79 68.47 -
YUV 191.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 255 156 212 0 0.39 0.17 0 326.06 1 0.81
Hex FF 9C D4 0 27 11 0 146 64 51
Octal 377 234 324 0 47 21 0 506 144 121
Binary 11111111 10011100 11010100 0 100111 10001 0 101000110 1100100 1010001

Color Harmonies of #FF9CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CD4

Black with #FF9CD4

Text Example


Text Example

White with #FF9CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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