Html Css Color HEX #FFCBB2 Apricot

📋 copy color: '#FFCBB2'

red 255 ◦ green 203 ◦ blue 178

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

Shades of Apricot #FFCBB2

Tints of Apricot #FFCBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.99%

R = 40.09%
G = 31.92%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFCBB2 (or 0xFFCBB2) is known color: Apricot. HEX triplet: FF, CB and B2. RGB value is (255,203,178). Sum of RGB (Red+Green+Blue) = 255+203+178=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBB2 is #00344D. Grayscale: #D7D7D7. Windows color (decimal): -13390 or 11717631. OLE color: 11717631.

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

Color convert

RGB 255 203 178 -
CMYK 0 0.20 0.30 0
HSL 19.48º 1% 0.85% -
HSV(B) 19.48º 0.3% 1% -
XYZ 70.63 67.19 51.37 -
YUV 215.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 255 203 178 0 0.20 0.30 0 19.48 1 0.85
Hex FF CB B2 0 14 1E 0 13 64 55
Octal 377 313 262 0 24 36 0 23 144 125
Binary 11111111 11001011 10110010 0 10100 11110 0 10011 1100100 1010101

Color Harmonies of #FFCBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCBB2

Black with #FFCBB2

Text Example


Text Example

White with #FFCBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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