Html Css Color HEX #FBCDAF Apricot

📋 copy color: '#FBCDAF'

red 251 ◦ green 205 ◦ blue 175

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

Shades of Apricot #FBCDAF

Tints of Apricot #FBCDAF

RGB

 RED value IS 251 (98.44% from 255) = 39.78%

 GREEN value IS 205 (80.47% from 255) = 32.49%

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

R = 39.78%
G = 32.49%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBCDAF (or 0xFBCDAF) is known color: Apricot. HEX triplet: FB, CD and AF. RGB value is (251,205,175). Sum of RGB (Red+Green+Blue) = 251+205+175=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDAF is #043250. Grayscale: #D7D7D7. Windows color (decimal): -275025 or 11521531. OLE color: 11521531.

HSL color Cylindrical-coordinate representation of color #FBCDAF: hue angle of 23.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBCDAF is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 175 -
CMYK 0 0.18 0.30 0.02
HSL 23.68º 0.9% 0.84% -
HSV(B) 23.68º 0.3% 0.98% -
XYZ 69.35 67.27 49.89 -
YUV 215.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 251 205 175 0 0.18 0.30 0.02 23.68 0.9 0.84
Hex FB CD AF 0 12 1E 2 18 5A 54
Octal 373 315 257 0 22 36 2 30 132 124
Binary 11111011 11001101 10101111 0 10010 11110 10 11000 1011010 1010100

Color Harmonies of #FBCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDAF

Black with #FBCDAF

Text Example


Text Example

White with #FBCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDAF; }

 p { color: rgb(251,205,175); }

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

background-color css

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

 a { background-color: rgb(251,205,175); }

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

border-color css

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

 span { border-color: rgb(251,205,175); }

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