Html Css Color HEX #FFCAAE Apricot

📋 copy color: '#FFCAAE'

red 255 ◦ green 202 ◦ blue 174

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

Shades of Apricot #FFCAAE

Tints of Apricot #FFCAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.01%

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

R = 40.41%
G = 32.01%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFCAAE (or 0xFFCAAE) is known color: Apricot. HEX triplet: FF, CA and AE. RGB value is (255,202,174). Sum of RGB (Red+Green+Blue) = 255+202+174=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAE is #003551. Grayscale: #D6D6D6. Windows color (decimal): -13650 or 11455231. OLE color: 11455231.

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

Color convert

RGB 255 202 174 -
CMYK 0 0.21 0.32 0
HSL 20.74º 1% 0.84% -
HSV(B) 20.74º 0.32% 1% -
XYZ 70 66.56 49.2 -
YUV 214.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 255 202 174 0 0.21 0.32 0 20.74 1 0.84
Hex FF CA AE 0 15 20 0 15 64 54
Octal 377 312 256 0 25 40 0 25 144 124
Binary 11111111 11001010 10101110 0 10101 100000 0 10101 1100100 1010100

Color Harmonies of #FFCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAAE

Black with #FFCAAE

Text Example


Text Example

White with #FFCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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