Html Css Color HEX #FF9CEB Lavender Rose

📋 copy color: '#FF9CEB'

red 255 ◦ green 156 ◦ blue 235

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

Shades of Lavender Rose #FF9CEB

Tints of Lavender Rose #FF9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 39.47%
G = 24.15%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF9CEB (or 0xFF9CEB) is known color: Lavender Rose. HEX triplet: FF, 9C and EB. RGB value is (255,156,235). Sum of RGB (Red+Green+Blue) = 255+156+235=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CEB is #006314. Grayscale: #C2C2C2. Windows color (decimal): -25365 or 15441151. OLE color: 15441151.

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

Color convert

RGB 255 156 235 -
CMYK 0 0.39 0.08 0
HSL 312.12º 1% 0.81% -
HSV(B) 312.12º 0.39% 1% -
XYZ 68.12 51.04 84.86 -
YUV 194.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 255 156 235 0 0.39 0.08 0 312.12 1 0.81
Hex FF 9C EB 0 27 8 0 138 64 51
Octal 377 234 353 0 47 10 0 470 144 121
Binary 11111111 10011100 11101011 0 100111 1000 0 100111000 1100100 1010001

Color Harmonies of #FF9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CEB

Black with #FF9CEB

Text Example


Text Example

White with #FF9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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