Html Css Color HEX #FAFFCE Carla

📋 copy color: '#FAFFCE'

red 250 ◦ green 255 ◦ blue 206

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

Shades of Carla #FAFFCE

Tints of Carla #FAFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 35.86%

 BLUE value IS 206 (80.86% from 255) = 28.97%

R = 35.16%
G = 35.86%
B = 28.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FAFFCE (or 0xFAFFCE) is known color: Carla. HEX triplet: FA, FF and CE. RGB value is (250,255,206). Sum of RGB (Red+Green+Blue) = 250+255+206=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 206 (80.86% from 255 or 28.97% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCE is #050031. Grayscale: #F8F8F8. Windows color (decimal): -327730 or 13565946. OLE color: 13565946.

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

Color convert

RGB 250 255 206 -
CMYK 0.02 0 0.19 0
HSL 66.12º 1% 0.9% -
HSV(B) 66.12º 0.19% 1% -
XYZ 86.32 96.3 72.43 -
YUV 247.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 250 255 206 0.02 0 0.19 0 66.12 1 0.9
Hex FA FF CE 2 0 13 0 42 64 5A
Octal 372 377 316 2 0 23 0 102 144 132
Binary 11111010 11111111 11001110 10 0 10011 0 1000010 1100100 1011010

Color Harmonies of #FAFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFCE

Black with #FAFFCE

Text Example


Text Example

White with #FAFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFCE; }

 p { color: rgb(250,255,206); }

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

background-color css

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

 a { background-color: rgb(250,255,206); }

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

border-color css

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

 span { border-color: rgb(250,255,206); }

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