Html Css Color HEX #FBCFCF Cosmos

📋 copy color: '#FBCFCF'

red 251 ◦ green 207 ◦ blue 207

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

Shades of Cosmos #FBCFCF

Tints of Cosmos #FBCFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.13%

R = 37.74%
G = 31.13%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBCFCF (or 0xFBCFCF) is known color: Cosmos. HEX triplet: FB, CF and CF. RGB value is (251,207,207). Sum of RGB (Red+Green+Blue) = 251+207+207=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFCF is #043030. Grayscale: #DCDCDC. Windows color (decimal): -274481 or 13619195. OLE color: 13619195.

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

Color convert

RGB 251 207 207 -
CMYK 0 0.18 0.18 0.02
HSL 0.85% 0.9% -
HSV(B) 0.18% 0.98% -
XYZ 73.36 69.64 68.61 -
YUV 220.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 251 207 207 0 0.18 0.18 0.02 0 0.85 0.9
Hex FB CF CF 0 12 12 2 0 55 5A
Octal 373 317 317 0 22 22 2 0 125 132
Binary 11111011 11001111 11001111 0 10010 10010 10 0 1010101 1011010

Color Harmonies of #FBCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFCF

Black with #FBCFCF

Text Example


Text Example

White with #FBCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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