Html Css Color HEX #FAFEC3 Carla

📋 copy color: '#FAFEC3'

red 250 ◦ green 254 ◦ blue 195

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

Shades of Carla #FAFEC3

Tints of Carla #FAFEC3

RGB

 RED value IS 250 (98.05% from 255) = 35.77%

 GREEN value IS 254 (99.61% from 255) = 36.34%

 BLUE value IS 195 (76.56% from 255) = 27.9%

R = 35.77%
G = 36.34%
B = 27.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FAFEC3 (or 0xFAFEC3) is known color: Carla. HEX triplet: FA, FE and C3. RGB value is (250,254,195). Sum of RGB (Red+Green+Blue) = 250+254+195=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 195 (76.56% from 255 or 27.90% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC3 is #05013C. Grayscale: #F6F6F6. Windows color (decimal): -327997 or 12844794. OLE color: 12844794.

HSL color Cylindrical-coordinate representation of color #FAFEC3: hue angle of 64.07º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAFEC3 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 195 -
CMYK 0.02 0 0.23 0.00
HSL 64.07º 0.97% 0.88% -
HSV(B) 64.07º 0.23% 1% -
XYZ 84.72 95.15 65.53 -
YUV 246.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 250 254 195 0.02 0 0.23 0.00 64.07 0.97 0.88
Hex FA FE C3 2 0 17 0 40 61 58
Octal 372 376 303 2 0 27 0 100 141 130
Binary 11111010 11111110 11000011 10 0 10111 0 1000000 1100001 1011000

Color Harmonies of #FAFEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEC3

Black with #FAFEC3

Text Example


Text Example

White with #FAFEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEC3; }

 p { color: rgb(250,254,195); }

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

background-color css

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

 a { background-color: rgb(250,254,195); }

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

border-color css

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

 span { border-color: rgb(250,254,195); }

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