Html Css Color HEX #FFCAB0 Apricot

📋 copy color: '#FFCAB0'

red 255 ◦ green 202 ◦ blue 176

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

Shades of Apricot #FFCAB0

Tints of Apricot #FFCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 40.28%
G = 31.91%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCAB0 (or 0xFFCAB0) is known color: Apricot. HEX triplet: FF, CA and B0. RGB value is (255,202,176). Sum of RGB (Red+Green+Blue) = 255+202+176=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAB0 is #00354F. Grayscale: #D7D7D7. Windows color (decimal): -13648 or 11586303. OLE color: 11586303.

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

Color convert

RGB 255 202 176 -
CMYK 0 0.21 0.31 0
HSL 19.75º 1% 0.85% -
HSV(B) 19.75º 0.31% 1% -
XYZ 70.2 66.64 50.24 -
YUV 214.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 255 202 176 0 0.21 0.31 0 19.75 1 0.85
Hex FF CA B0 0 15 1F 0 14 64 55
Octal 377 312 260 0 25 37 0 24 144 125
Binary 11111111 11001010 10110000 0 10101 11111 0 10100 1100100 1010101

Color Harmonies of #FFCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAB0

Black with #FFCAB0

Text Example


Text Example

White with #FFCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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