Html Css Color HEX #FFCAAB Apricot

📋 copy color: '#FFCAAB'

red 255 ◦ green 202 ◦ blue 171

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

Shades of Apricot #FFCAAB

Tints of Apricot #FFCAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.23%

R = 40.61%
G = 32.17%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFCAAB (or 0xFFCAAB) is known color: Apricot. HEX triplet: FF, CA and AB. RGB value is (255,202,171). Sum of RGB (Red+Green+Blue) = 255+202+171=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAB is #003554. Grayscale: #D6D6D6. Windows color (decimal): -13653 or 11258623. OLE color: 11258623.

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

Color convert

RGB 255 202 171 -
CMYK 0 0.21 0.33 0
HSL 22.14º 1% 0.84% -
HSV(B) 22.14º 0.33% 1% -
XYZ 69.71 66.44 47.68 -
YUV 214.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 255 202 171 0 0.21 0.33 0 22.14 1 0.84
Hex FF CA AB 0 15 21 0 16 64 54
Octal 377 312 253 0 25 41 0 26 144 124
Binary 11111111 11001010 10101011 0 10101 100001 0 10110 1100100 1010100

Color Harmonies of #FFCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAAB

Black with #FFCAAB

Text Example


Text Example

White with #FFCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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