Html Css Color HEX #FF9CED Lavender Rose

📋 copy color: '#FF9CED'

red 255 ◦ green 156 ◦ blue 237

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

Shades of Lavender Rose #FF9CED

Tints of Lavender Rose #FF9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.57%

R = 39.35%
G = 24.07%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF9CED (or 0xFF9CED) is known color: Lavender Rose. HEX triplet: FF, 9C and ED. RGB value is (255,156,237). Sum of RGB (Red+Green+Blue) = 255+156+237=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CED is #006312. Grayscale: #C2C2C2. Windows color (decimal): -25363 or 15572223. OLE color: 15572223.

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

Color convert

RGB 255 156 237 -
CMYK 0 0.39 0.07 0
HSL 310.91º 1% 0.81% -
HSV(B) 310.91º 0.39% 1% -
XYZ 68.41 51.15 86.39 -
YUV 194.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 255 156 237 0 0.39 0.07 0 310.91 1 0.81
Hex FF 9C ED 0 27 7 0 137 64 51
Octal 377 234 355 0 47 7 0 467 144 121
Binary 11111111 10011100 11101101 0 100111 111 0 100110111 1100100 1010001

Color Harmonies of #FF9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CED

Black with #FF9CED

Text Example


Text Example

White with #FF9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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