Html Css Color HEX #FFCAAF Apricot

📋 copy color: '#FFCAAF'

red 255 ◦ green 202 ◦ blue 175

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

Shades of Apricot #FFCAAF

Tints of Apricot #FFCAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.69%

R = 40.35%
G = 31.96%
B = 27.69%

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

#FFCAAF (or 0xFFCAAF) is known color: Apricot. HEX triplet: FF, CA and AF. RGB value is (255,202,175). Sum of RGB (Red+Green+Blue) = 255+202+175=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAF is #003550. Grayscale: #D6D6D6. Windows color (decimal): -13649 or 11520767. OLE color: 11520767.

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

Color convert

RGB 255 202 175 -
CMYK 0 0.21 0.31 0
HSL 20.25º 1% 0.84% -
HSV(B) 20.25º 0.31% 1% -
XYZ 70.1 66.6 49.72 -
YUV 214.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 255 202 175 0 0.21 0.31 0 20.25 1 0.84
Hex FF CA AF 0 15 1F 0 14 64 54
Octal 377 312 257 0 25 37 0 24 144 124
Binary 11111111 11001010 10101111 0 10101 11111 0 10100 1100100 1010100

Color Harmonies of #FFCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAAF

Black with #FFCAAF

Text Example


Text Example

White with #FFCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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