Html Css Color HEX #FFADAE Light Pink

📋 copy color: '#FFADAE'

red 255 ◦ green 173 ◦ blue 174

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

Shades of Light Pink #FFADAE

Tints of Light Pink #FFADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.74%

 BLUE value IS 174 (68.36% from 255) = 28.9%

R = 42.36%
G = 28.74%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFADAE (or 0xFFADAE) is known color: Light Pink. HEX triplet: FF, AD and AE. RGB value is (255,173,174). Sum of RGB (Red+Green+Blue) = 255+173+174=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADAE is #005251. Grayscale: #C5C5C5. Windows color (decimal): -21074 or 11447807. OLE color: 11447807.

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

Color convert

RGB 255 173 174 -
CMYK 0 0.32 0.32 0
HSL 359.27º 1% 0.84% -
HSV(B) 359.27º 0.32% 1% -
XYZ 63.82 54.2 47.14 -
YUV 197.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 255 173 174 0 0.32 0.32 0 359.27 1 0.84
Hex FF AD AE 0 20 20 0 167 64 54
Octal 377 255 256 0 40 40 0 547 144 124
Binary 11111111 10101101 10101110 0 100000 100000 0 101100111 1100100 1010100

Color Harmonies of #FFADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADAE

Black with #FFADAE

Text Example


Text Example

White with #FFADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADAE; }

 p { color: rgb(255,173,174); }

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

background-color css

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

 a { background-color: rgb(255,173,174); }

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

border-color css

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

 span { border-color: rgb(255,173,174); }

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