Html Css Color HEX #FEFBCF Cream

📋 copy color: '#FEFBCF'

red 254 ◦ green 251 ◦ blue 207

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

Shades of Cream #FEFBCF

Tints of Cream #FEFBCF

RGB

 RED value IS 254 (99.61% from 255) = 35.67%

 GREEN value IS 251 (98.44% from 255) = 35.25%

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

R = 35.67%
G = 35.25%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEFBCF (or 0xFEFBCF) is known color: Cream. HEX triplet: FE, FB and CF. RGB value is (254,251,207). Sum of RGB (Red+Green+Blue) = 254+251+207=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 207 (81.25% from 255 or 29.07% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBCF is #010430. Grayscale: #F7F7F7. Windows color (decimal): -66609 or 13630462. OLE color: 13630462.

HSL color Cylindrical-coordinate representation of color #FEFBCF: hue angle of 56.17º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFBCF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 207 -
CMYK 0 0.01 0.19 0.00
HSL 56.17º 0.96% 0.9% -
HSV(B) 56.17º 0.19% 1% -
XYZ 86.63 94.57 72.72 -
YUV 246.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 254 251 207 0 0.01 0.19 0.00 56.17 0.96 0.9
Hex FE FB CF 0 1 13 0 38 60 5A
Octal 376 373 317 0 1 23 0 70 140 132
Binary 11111110 11111011 11001111 0 1 10011 0 111000 1100000 1011010

Color Harmonies of #FEFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBCF

Black with #FEFBCF

Text Example


Text Example

White with #FEFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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