Html Css Color HEX #FBCFCC Cosmos

📋 copy color: '#FBCFCC'

red 251 ◦ green 207 ◦ blue 204

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

Shades of Cosmos #FBCFCC

Tints of Cosmos #FBCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 204 (80.08% from 255) = 30.82%

R = 37.92%
G = 31.27%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBCFCC (or 0xFBCFCC) is known color: Cosmos. HEX triplet: FB, CF and CC. RGB value is (251,207,204). Sum of RGB (Red+Green+Blue) = 251+207+204=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCC is #043033. Grayscale: #DBDBDB. Windows color (decimal): -274484 or 13422587. OLE color: 13422587.

HSL color Cylindrical-coordinate representation of color #FBCFCC: hue angle of 3.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCFCC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 207 204 -
CMYK 0 0.18 0.19 0.02
HSL 3.83º 0.85% 0.89% -
HSV(B) 3.83º 0.19% 0.98% -
XYZ 73 69.49 66.69 -
YUV 219.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 251 207 204 0 0.18 0.19 0.02 3.83 0.85 0.89
Hex FB CF CC 0 12 13 2 4 55 59
Octal 373 317 314 0 22 23 2 4 125 131
Binary 11111011 11001111 11001100 0 10010 10011 10 100 1010101 1011001

Color Harmonies of #FBCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFCC

Black with #FBCFCC

Text Example


Text Example

White with #FBCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFCC; }

 p { color: rgb(251,207,204); }

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

background-color css

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

 a { background-color: rgb(251,207,204); }

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

border-color css

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

 span { border-color: rgb(251,207,204); }

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