Html Css Color HEX #FFCBB1 Apricot

📋 copy color: '#FFCBB1'

red 255 ◦ green 203 ◦ blue 177

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

Shades of Apricot #FFCBB1

Tints of Apricot #FFCBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.87%

R = 40.16%
G = 31.97%
B = 27.87%

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

#FFCBB1 (or 0xFFCBB1) is known color: Apricot. HEX triplet: FF, CB and B1. RGB value is (255,203,177). Sum of RGB (Red+Green+Blue) = 255+203+177=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBB1 is #00344E. Grayscale: #D7D7D7. Windows color (decimal): -13391 or 11652095. OLE color: 11652095.

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

Color convert

RGB 255 203 177 -
CMYK 0 0.20 0.31 0
HSL 20º 1% 0.85% -
HSV(B) 20º 0.31% 1% -
XYZ 70.53 67.15 50.84 -
YUV 215.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 255 203 177 0 0.20 0.31 0 20 1 0.85
Hex FF CB B1 0 14 1F 0 14 64 55
Octal 377 313 261 0 24 37 0 24 144 125
Binary 11111111 11001011 10110001 0 10100 11111 0 10100 1100100 1010101

Color Harmonies of #FFCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBB1

Black with #FFCBB1

Text Example


Text Example

White with #FFCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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