Html Css Color HEX #FFCBAF Apricot

📋 copy color: '#FFCBAF'

red 255 ◦ green 203 ◦ blue 175

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

Shades of Apricot #FFCBAF

Tints of Apricot #FFCBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.07%

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

R = 40.28%
G = 32.07%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCBAF (or 0xFFCBAF) is known color: Apricot. HEX triplet: FF, CB and AF. RGB value is (255,203,175). Sum of RGB (Red+Green+Blue) = 255+203+175=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAF is #003450. Grayscale: #D7D7D7. Windows color (decimal): -13393 or 11521023. OLE color: 11521023.

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

Color convert

RGB 255 203 175 -
CMYK 0 0.20 0.31 0
HSL 21º 1% 0.84% -
HSV(B) 21º 0.31% 1% -
XYZ 70.33 67.07 49.8 -
YUV 215.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 255 203 175 0 0.20 0.31 0 21 1 0.84
Hex FF CB AF 0 14 1F 0 15 64 54
Octal 377 313 257 0 24 37 0 25 144 124
Binary 11111111 11001011 10101111 0 10100 11111 0 10101 1100100 1010100

Color Harmonies of #FFCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBAF

Black with #FFCBAF

Text Example


Text Example

White with #FFCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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